home *** CD-ROM | disk | FTP | other *** search
- /* %filename% */
- /* Created %date% %time% by AppMaker */
-
- /*----------*/
- void Open%WindName% (Str255 fName,
- short vRefNum,
- short fRefNum);
- void Close%WindName% (void);
- void MouseIn%WindName% (Point where,
- short modifiers);
- void TypeIn%WindName% (char ch);
- void Update%WindName% (void);
- void Activate%WindName% (Boolean activate);
- void Resize%WindName% (void);
- pascal void Scroll%WindName% (short newValue,
- short oldValue);
- void Control%WindName% (ControlHandle whichControl,
- short whichPart,
- Point where);
-
-